html {
    /*background-color: dimgrey;*/
    background: url(../Images/Backgrounds/background_5.jpg);
}

p { text-align: center; }

.box {
    float: left;
    width: 25%;
    padding: both;
    border: 1px solid #000000;
    margin-bottom: none;
    background: #CBD99B;
    /*background-color: #B3E5FC;*/
}

.grid::after {
    content: "";
    clear: both;
    display: table;
}

.box, .grid, .grid::after { box-sizing: border-box;}

/*hr {
    border: none;
    height: 10px;
    background-color: black; 
} */

hr {
    height: 5px;
    width: 100%; /* Sets the width to 50% of its parent container */
    margin: 0 auto; /* Centers the hr horizontally */
    border: none; /* Removes default border */
    /*border-top: 2px solid #ccc; /* Adds a custom top border for the line */
    background-color: black;
    margin-top: 20px;
    margin-bottom: 20px;
}

h2 {
    color: orangered;
    font-size: large;
    text-align: center;
}

li {
    text-align: center;
}

iframe {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

a {
    font-size: medium;
    text-align: center;
    display: block;
    width: 200px; /* Adjust width as needed */
    margin: 0 auto;
}

video {
    text-align: center;
}

.main-nav {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .8rem;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333333;
}

.main-nav li { float: left;}
.main-nav li a {
    display: block;
    color: #eeeeee;
    text-align: center;
    padding: 10px 12px;
    text-decoration: none;
    font-size: medium;
}

.mailto {
    font-size: xx-large;
    text-align: center;
}

.wrap-container {
    /*width: 200px;*/
    border: 1px solid black;
    word-wrap: break-word;
    background: #CBD99B;
}

h3 {
    font-size: large;
    font-weight: bold;
}
